[Linux] [TPM driver] Resume frontend after checkpointing
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 2 Mar 2007 16:03:21 +0000 (16:03 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 2 Mar 2007 16:03:21 +0000 (16:03 +0000)
commit5ba41352cd94b9994f71745e905aed751f7635dd
treedba307f45a3ec34e3e155e592dd184d02a43fab1
parent9807b9f09aa33077b74e30f05c1a0f67530a85ed
[Linux] [TPM driver] Resume frontend after checkpointing

This patch implements TPM frontend driver resume after checkpointing a
domain. I also now let the front-end wait for the response from the
TPM until the response is there. A response must come due to the
strict request/response nature of the protocol, but the time until the
responses arrives depends on the type of operation that is executed by
the vTPM. Resending a request is not possible with this type of device.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
linux-2.6-xen-sparse/drivers/char/tpm/tpm_xen.c